home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / DOX.CMD < prev    next >
OS/2 REXX Batch file  |  1996-09-20  |  182b  |  12 lines

  1. @echo off
  2. if exist dox.bbs goto e
  3. goto runbuild
  4. :e
  5. cd..
  6. oraclep -q history\dox
  7. cd history
  8. goto done
  9. :exist
  10. echo You must run BUILD before running this command file
  11. :done
  12.